Welcome![Sign In][Sign Up]
Location:
Search - tsp ant colony

Search list

[Mathimatics-Numerical algorithmsAntTSP

Description: tsp问题的蚂蚁算法-ant colony algorithm for TSP problem
Platform: | Size: 1024 | Author: 邓连波 | Hits:

[CSharp20050224191612556

Description: 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
Platform: | Size: 43008 | Author: 程方 | Hits:

[OtherACOTSP.V2.0

Description: 蚁群算法的程序,蚁群算法提出者网站上提供的代码-Ant Algorithm procedures, the author ant colony algorithm available on the web site code
Platform: | Size: 194560 | Author: huanxong | Hits:

[AI-NN-PRACA

Description: 蚁群算法,求解TSP问题。提供了多个经典的TSP路径-ant colony algorithm for TSP. For a number of classic TSP path
Platform: | Size: 76800 | Author: 白天 | Hits:

[AI-NN-PRTSP_ACO

Description: 用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!-Using Ant Colony Algorithm for TSP (traveling salesman) problems, in accordance with the format requested TSP.m input process parameters to run!
Platform: | Size: 3072 | Author: 王元 | Hits:

[Bio-Recognizeyiqun_ziliao

Description: 蚁群算法源代码(附带蚁群算法在0-1背包问题和TSP问题中的应用资料两篇)-Ant colony algorithm source code (with ant colony algorithm in the 0-1 knapsack problem and the TSP data Problem 2)
Platform: | Size: 690176 | Author: chen | Hits:

[Othertsp

Description: 蚁群算法的Delphi实现 绝对可用-Delphi ant colony algorithm can be used to achieve absolute
Platform: | Size: 244736 | Author: | Hits:

[assembly languageant

Description: 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问题(t raveling salesman problem , TSP) ,该算法采 用了分布式正反馈并行计算机制,易于与其他方法结 合,而且具有较强的鲁棒性[325 ] 。 蚁群算法创立十多年来,无论在算法理论还是在算 法应用方面都取得了很多突破性研究进展。
Platform: | Size: 5120 | Author: jay chou | Hits:

[AI-NN-PRDouble_ACO_TSP

Description: 此程序包是用双种群蚁群算法来求中国75个城市的最短路径问题,即典型的TSP问题,把包解压运行main.m文件即可-This package is a dual population of ant colony algorithm to seek China s 75 cities, the shortest path problem, that is typical TSP problem, the package can extract the files to run main.m
Platform: | Size: 8192 | Author: 梁锦兆 | Hits:

[matlabant_colony_system

Description: 蚁群算法解决TSP问题 matlab程序-Ant colony algorithm to solve TSP problem matlab program
Platform: | Size: 1024 | Author: chenglong | Hits:

[AI-NN-PRTSP

Description: 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。-Including ant colony, simulated annealing, genetic, neural networks, tabu search, such as intelligent optimization algorithm to TSP problem.
Platform: | Size: 7168 | Author: orange | Hits:

[OtherACSforTSP

Description: 蚁群算法求解TSP 想和大家交流一下。-Ant Colony Algorithm for TSP would like to exchange.
Platform: | Size: 5120 | Author: zyczyccy | Hits:

[Mathimatics-Numerical algorithmsTsp

Description: 用java实现的利用蚁群算法实现的tsp问题,有图形输出-Java achieved with the use of ant colony algorithm to achieve the tsp problem graphics output
Platform: | Size: 6144 | Author: 廖美健 | Hits:

[Mathimatics-Numerical algorithmsGenetic_and_Ant_Algorithms_src

Description: 求解TSP问题的蚁群算法图形演示程序,并有相应的比例统计界面,重新编译程序后,再运行-Problem solving TSP Ant Colony Algorithm graphics demo program, and the ratio of the corresponding statistical interface, re-compiler and then run
Platform: | Size: 155648 | Author: liangjingbo | Hits:

[Mathimatics-Numerical algorithmstsp

Description: 应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现-Matlab solve problems tsp application through ant colony algorithm and the shortest path algorithm
Platform: | Size: 13312 | Author: 管士平 | Hits:

[matlabTSP(matlab)

Description: matlab蚁群算法,要使用城市坐标的版本-ant colony algorithm matlab, it is necessary to coordinate the use of the version of the City
Platform: | Size: 5120 | Author: 黄杨 | Hits:

[Mathimatics-Numerical algorithmsant-tsp-search

Description: 改进的蚁群算法及其在TSP问题中的应用研究 核心是用遗传算法对蚁群算法的四个参数进行优化,及运用MMAS进行巡径-Improved ant colony algorithm and its problems in the TSP is the core of the application of genetic algorithm with ant colony algorithm to optimize the four parameters, and application of MMAS to patrol trails
Platform: | Size: 184320 | Author: Allen | Hits:

[AI-NN-PRant-colony-algorithm-demo

Description: 功能强大的蚁群算法演示平台,能针对基本的蚁群算法,改进后的蚁群算法在TSP等问题上进行相关演示-Powerful ant colony algorithm demo platform, can address the basic ant colony algorithm, the improved ant colony algorithm in TSP and other issues related to demo
Platform: | Size: 151552 | Author: 张强 | Hits:

[AI-NN-PRant-colony-algorithm-demo-zhang

Description: VC++源码,是一个功能强大的蚁群算法演示平台,能演示基本的蚁群算法以及改进后的蚁群算法在TSP等问题上进行问题求解的过程-翻译结果(中 > 英)复制结果 VC + + source code, is a strong function of the ant colony algorithm demo platform, can demonstrate the basic ant colony algorithm and the improved ant colony algorithm in TSP and other issues on the problem solving process
Platform: | Size: 151552 | Author: 张强 | Hits:

[matlabants colony 2

Description: Problem TSP ant colony algorithem
Platform: | Size: 2048 | Author: medsaid | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net